﻿/*******banner*************/
/*banner*/

.banner {
	width: 100%;
	height: 480px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 0 auto;
}
.banner .DB_bgSet {
	position: relative;
}
.banner .DB_bgSet li {
	position: absolute;
	width: 100%;
	height: 480px;
	display: none;
}
.banner .DB_imgSet {
	position: absolute;
	max-width: 1920px;
	margin: 0 auto;
}
.banner .DB_imgSet .DB_1_3 {
	position: absolute;
	left:0px;
	top: 0px;
}
.banner .DB_imgSet .DB_2_1 {
	position: absolute;
	left:0;
	top:0;
}
.banner .DB_imgSet .DB_2_3 {
	position: absolute;
	left:0;
	top: 0;
}
.banner .DB_imgSet .DB_3_2 {
	position: absolute;
	left:0;
	top: 0;
}

.banner .DB_imgSet .DB_4_1{
	position:absolute;
	left:0;
	top:0;
}
.banner .DB_menuWrap {
	position: absolute;
	width: 100%;
	left: 0;
}
.banner .DB_menuWrap .DB_menuSet {
	position: absolute;
	width: 100%;
	top:450px;
	text-align: center;
	font-size: 0;
}
.banner .DB_menuWrap .DB_menuSet li {
	cursor: pointer;
	margin: 0 5px;
	display: inline
}
.banner .DB_prev {
	position: absolute;
	left: 0px;
	top: 257px;
	cursor: pointer;
	display: none
}
.banner .DB_next {
	position: absolute;
	right: 0px;
	top: 257px;
	cursor: pointer;
	display: none
}




/*ind_com*/
.ind_tit{
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}
.ind_tit .tit_com{
	font-size: 28px;
	color: #000;
}
.ind_tit p{
	font-size: 15px;
	color: #707173;
	line-height: 2.4;
}
/*ind_c1*/
.ind_c1{
	padding: 50px 0; 
	position:relative;
}
.ind_c1_nr{
	overflow: hidden;
	width: 100%;
}
.ind_c1_nr li{
	width: 400px;
	height: 246px;
	float: left;
}
.ind_c1_nr li a{
	margin: 10px;
	width: 378px;
	height: 226px;
	border:1px solid white;
	display: block;
	position: relative;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.ind_c1_nr li a:hover{
	box-shadow:0 0 7px 3px rgba(0,0,0,0.1);
	border:1px solid #78b1d5;
}
.ind_c1_nr li a:hover i{
	border:1px solid #78b1d5;
}
.ind_c1_nr li a i{
	position: absolute;
	width:378px;
	height:226px;
	display: block;
}
.ind_c1_nr li a .c1_li_img{
	float: left;
	width: 226px;
	height: 226px;
}
.ind_c1_nr li a .c1_li_img img{
	width: 100%;
}
.ind_c1_nr li a .c1_li_nr{
	float:left;
	width: 134px;
	padding:30px 9px;
}
.ind_c1_nr li a .c1_li_nr .tit_com{
	color:#272c33;
	font-size: 20px;
}
.ind_c1_nr li a .c1_li_nr p{
	color: #707173;
	font-size: 14px;
	line-height: 2.4;
	height: 94px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}
.ind_c1_nr li a .c1_li_nr span{
	color: var(--themeColor);
	font-size: 12px;
	padding-top:12px;
	display:block; 	
}


/*ind_c2*/
.ind_c2{
	position: relative;
	background: #ececec;
	padding: 50px 0;
}
.ind_c2 li{
	float: left;
	width: 400px;
	height: 255px;

}
.ind_c2 li .c2_tj{
	width: 380px;
	height: 235px;
	margin:10px;
	background: #fff;
	border-radius:8px;
	position: relative;	
	text-align: center;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.ind_c2 li .c2_tj:hover{
	box-shadow:0 0 7px 3px rgba(26,142,214,0.2);
}
.ind_c2 li .c2_tj:hover i{
	border-radius:8px;
	border:1px solid #78b1d5;	
}
.ind_c2 li .c2_tj i{
	width: 378px;
	height: 233px;
	display: block;
	position: absolute;
}
.ind_c2 li .c2_tj img{
	padding: 25px 0;
}
.ind_c2 li .c2_tj .c3_nr2{
	font-weight: bold;
	font-size:16px;
	color: #272c33;
}
.ind_c2 li .c2_tj p{
	font-size: 14px;
	color: #707173;
	padding:10px 30px;
	line-height: 1.9;
	height: 55px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}


/*ind_c3*/

.ind_c3{
	height: 505px;
	padding: 50px 0;
	width: 100%;
	background: url(../images/ind_c3_bj.jpg)no-repeat center center;
}

.c3_jz{
	width: 100%;
	text-align: center;
}
.c3_jz a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 10px 18px;
	background: var(--themeColor);
	border-radius:5px; 
}
.c3_jz a:hover{
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.2);
}
.c3_jz a i {
	display:inline-block;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(../images/ind_c3_jt.png)no-repeat center center;
}
.ind_c3 ul{
	display: block;
	padding: 30px 0;

}
.ind_c3 li{
	float: left;
	width: 200px;
	height: 300px;
}
.ind_c3 li .c3_img1,.ind_c3 li .c3_img2{
	width: 100%;
	height: 166px;
	position: relative;
}
.ind_c3 li .c3_img1 i ,.ind_c3 li .c3_img2 i{
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: 0;
}
.ind_c3 li .c3_img1 i{
	background: url(../images/ind_c3_ybj.png)no-repeat center center;
}
.ind_c3 li .c3_img2 i{
	background: url(../images/ind_c3_ybj1.png)no-repeat center center;
}
.c3_nr_img{
	width: 126px;
	height: 126px;
	position: absolute;
	border-radius:50%;
	text-align: center;
	top: 20px;
	left: 36px; 
	z-index: 999;
}
.c3_nr_img:hover .c3_i1{
	display: none;
}
.c3_nr_img:hover .c3_i2{
	display: inline-block;
}
.c3_nr_img:hover{
	background: #fff;
}
.c3_nr_img img{
	padding-top: 43px;
}
.ind_c3 li .c3_img2 .c3_nr_img img{
	padding-top: 38px;
}
.c3_nr_img .c3_i1{
	display: inline-block;
}
.c3_nr_img .c3_i2{
	display: none;
}
.c3_nr1{
	width: 100%;
	text-align: center;
	line-height: 2.4;
	height: 134px;
}
.c3_nr2{
	width: 100%;
	text-align: center;
	line-height: 2.4;
	height: 100px;
	padding-top:34px; 
}
.c3_nr1 .tit_com ,.c3_nr2 .tit_com{
	font-size: 16px;
	color: #fff;
	font-weight:bold;
}
.c3_nr1 p ,.c3_nr2 p{
	font-size: 14px;
	color: #fff;
}
/*ind_c4*/

.ind_c4{
	padding: 50px 0;
	position: relative;
}

.slideTxtBox{ 
	width:100%;
	position: relative;
}
.slideTxtBox .hd{ 
	height: 37px; 
	margin-bottom:30px;
	width: 100%;      
	position:relative; 
}
.slideTxtBox .hd ul{ 
	width:100%; 
	text-align:center;   
}
.slideTxtBox .hd ul li{ 
	display: inline-block;
	padding:6px 15px; 
	border: 1px solid #efefef;
	border-radius:5px; 
	cursor:pointer; 
	margin: 0 15px;
	font-size: 16px; 
}
.slideTxtBox .hd ul li.on{   
	background:#fff; 
	border:1px solid var(--themeColor); 
	background: var(--themeColor);
	color: #fff;
}
.slideTxtBox .hd ul a{
	display: inline-block;
	padding:6px 15px; 
	border: 1px solid #efefef;
	border-radius:5px; 
	cursor:pointer; 
	margin: 0 15px;
	font-size: 16px;
}
.slideTxtBox .bd{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-left: 10px;
	margin-left:-10px; 
}
.slideTxtBox .bd ul{ 
	 width: 110%;
	 padding-top: 10px;
}
.slideTxtBox .bd li{ 
	width: 288px;
	height: 323px; 
	float: left;
	border:1px solid white;
	margin-right:10px; 
	margin-bottom:10px; 
	box-shadow:0 0 3px 1px rgba(0,0,0,0.1); 
}
.slideTxtBox .bd li a{	
	display: block;
	width: 100%;
	text-align:center;
	position: relative;
}
.slideTxtBox .bd li a i{
	width: 288px;
	height: 323px;
	position: absolute;
	display: block;
}
.slideTxtBox .bd li:hover {
	border:1px solid var(--themeColor); 
}
.slideTxtBox .bd li a:hover i{
	border:1px solid var(--themeColor); 
}
.slideTxtBox .bd li a .c4_bd_img{
	width: 252px;
	height: 257px;
	display:inline-block;
	padding: 20px 0 0px 0;
	color: #272c33;
}
.slideTxtBox .bd li a .c4_bd_img img{
	width: 100%;
	display: block;
}
.slideTxtBox .bd li a p{
	font-size: 16px;
	color: #272c33;
	display: inline-block;
	width: 250px;
}
.slideTxtBox .bd li a p:hover{
	color:red;
}
.slideTxtBox .bd li a:nth-child(2){
	margin-top:10px;
}



/*ind_c5*/

.ind_c5{
	padding: 50px 0;
	position: relative;
	background: #ececec;
}

.multipleColumn{  
	position:relative; 
	width:100%;     
}

.multipleColumn .hd .prev,.multipleColumn .hd .next{
	width:40px;
	height:40px;
	display:block;
	top:50%;
	margin-top:-20px; 
	left:-60px;
	position:absolute;
	cursor:pointer;
	z-index: 9999;
}
.multipleColumn .hd .prev {
	background:url(../images/ind_c5_le.png)no-repeat 0 0;
}
.multipleColumn .hd .next{
	left:auto;
	right:-60px;
	background:url(../images/ind_c5_ri.png)no-repeat 0 0;
}

.multipleColumn .bd{ 
	overflow:hidden;  
}
.multipleColumn .bd ul{ 
	overflow:hidden; 
	zoom:1; 
	width:110%;  
	float:left; 
	_display:inline;  
}
.multipleColumn .bd ul li{ 
	width: 224px;
	height: 130px;
	margin-right:20px;
	margin-bottom:20px;   
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.multipleColumn .bd ul li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.multipleColumn .bd ul li a i{
	width: 222px;
	height: 128px;
	position:absolute;
	display: block;
}
.multipleColumn .bd ul li a:hover i{
	border:1px solid #78b1d5;
}





/*ind_c6*/
.ind_c6{
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.c6_nr_le,.c6_nr_ri{
	width: 550px;
}
.c6_nr_le{
	float: left;
}
.c6_nr_ri{
	float: right;
}


.c6_nr_ti{
	border-bottom: 1px solid #e5e5e5;
}
.c6_nr_ti .tit_com{
	float: left;
	color: #272c33;
	font-size: 16px;
	padding: 8px 0;
	border-bottom: 1px solid var(--themeColor);
	margin-bottom:-1px; 
}
.c6_nr_ti a{
	float: right;
	color: #9e9ea0;
	font-size: 12px;
	padding: 8px 0;
}
.c6_nr_img{
	padding-top: 20px;
	padding-bottom:10px;

}
.c6_nr_img_le{
	float: left;
	width: 200px;
	height: 150px;
}
.c6_nr_img_le img{
	display: block;
	width: 100%;
	height: 100%;
}
.c6_nr_img_ri{
	width: 330px;
	float: right;
}
.c6_nr_img_ri .tit_com{
	font-size: 16px;
	color: #333;
}
.c6_nr_img_ri span ,.c6_nr_img_ri p{
	font-size: 14px;
	color: #707173;
	line-height: 1.9;
}
.c6_nr_img_ri p{
	line-height: 1.9;
	height: 55px;
	margin:10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.c6_nr_img_ri a{
	font-size: 12px;
	color: var(--themeColor);
}

.c6_nr_nr a{
	line-height: 2.4;
	margin-bottom:10px;
	display: block;
	padding-left:20px;
	background: url(../images/ind_c4_jt.png) no-repeat center left;
}
.c6_nr_nr a .tit_com{
	float: left;
	font-size: 16px;
	color:#707173;
	width: 430px;
}
.c6_nr_nr a span{
	float: right;
	font-size: 16px;
	color:#707173;
}